This patch defines a test_and_clear bitop for cpumask_t pointers.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 19 Apr 2006 17:24:49 +0000 (18:24 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 19 Apr 2006 17:24:49 +0000 (18:24 +0100)
commit93564fcf10e9036f5356d0fe5341827910e5db4c
tree297e8cd4bdcf99b978253537ef3405984e030daa
parent0153cc5fcc5542bec337725eeef3e7ce800ece73
This patch defines a test_and_clear bitop for cpumask_t pointers.
Also fixes "wrong pointer type" for type specific bitops by using
&foo[0] instead of &foo.

Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com>
xen/arch/x86/irq.c
xen/include/xen/cpumask.h